home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / dev / amos / AMOSL0495.lzh / AMOSLIST / 000073_amos-request@svcs1.digex.net_Sat Apr 15 17:22:56 1995.msg < prev    next >
Internet Message Format  |  1995-05-01  |  2KB

  1. Received: from svcs1.digex.net by nfs2.digex.net with SMTP id AA11287
  2.   (5.67b8/IDA-1.5); Sat, 15 Apr 1995 17:22:54 -0400
  3. Received: by svcs1.digex.net id AA23847
  4.   (5.67b8/IDA-1.5 for amos-out); Sat, 15 Apr 1995 14:38:06 -0400
  5. Received: from nfs2.digex.net by svcs1.digex.net with SMTP id AA23839
  6.   (5.67b8/IDA-1.5 for <amos@svcs1.digex.net>); Sat, 15 Apr 1995 14:37:37 -0400
  7. Received: from mailbox.syr.EDU by nfs2.digex.net with SMTP id AA04319
  8.   (5.67b8/IDA-1.5 for <amos-list@access.digex.net>); Sat, 15 Apr 1995 14:35:01 -0400
  9. Received: from forbin.syr.edu by mailbox.syr.edu (8.6.9/SUM-V8-1.0)
  10.     id KAA13115; Sat, 15 Apr 1995 10:45:19 -0400
  11. Received: by forbin.syr.edu (5.x/Spike-2.0)
  12.     id AA29196; Sat, 15 Apr 1995 10:45:12 -0400
  13. Date: Sat, 15 Apr 1995 10:45:12 -0400 (EDT)
  14. From: Tim Wright <tewright@mailbox.syr.edu>
  15. X-Sender: tewright@forbin.syr.edu
  16. To: AMOS list <amos-list@access.digex.net>
  17. Subject: Re: Help me I'm stuck.
  18. Message-Id: <Pine.SOL.3.91.950415101735.28146A-100000@forbin.syr.edu>
  19. Mime-Version: 1.0
  20. Content-Type: TEXT/PLAIN; charset=US-ASCII
  21. Status: RO
  22. X-Status: 
  23.  
  24. > (silly program deleted)
  25.  
  26. Your if-then-else takes longer to execute! (miniscule difference, but 
  27. noticeable if you take out the input and repeat it about 10000 times).  
  28. *laugh*
  29.  
  30. Actually I just forgot about timer=0.  I think the point got across 
  31. anyway.  Besides, all you really need is the example below:
  32. (I was also instinctively trying to write something that could be very 
  33. easily customized to suit anyones needs... damn comp-sci training ;)
  34.  
  35. Timer=0
  36. Input "Input something: ";SOMETHING$
  37. Print "It took ";Timer/50;" seconds to type in: ";SOMETHING$
  38.  
  39. -======}=*   Tim Wright  -  "Argh!"  -  tewright@mailbox.syr.edu   *={======-